20 lines
No EOL
345 B
JSON
20 lines
No EOL
345 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist",
|
|
"experimentalDecorators": true,
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"lib": [
|
|
"dom",
|
|
"es6"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"compileOnSave": true
|
|
} |