18 lines
No EOL
401 B
JSON
18 lines
No EOL
401 B
JSON
{
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"sourceMap": true,
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"jsxFactory": "h",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"declaration": true,
|
|
"emitDeclarationOnly": true,
|
|
"allowImportingTsExtensions": true
|
|
}
|
|
} |