25 lines
517 B
JSON
25 lines
517 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"newLine": "LF",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"outDir": "./dist/src/",
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
},
|
|
"include": [
|
|
"./src/ts/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"dist"
|
|
]
|
|
} |