19 lines
458 B
JSON
19 lines
458 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es6", "dom"],
|
|
"module": "es6",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"jsx": "react-jsx",
|
|
"noEmit": true,
|
|
"downlevelIteration": true
|
|
},
|
|
"include": ["app/javascript/**/*"],
|
|
"exclude": ["**/*.spec.ts", "node_modules", "vendor", "public"],
|
|
"compileOnSave": false
|
|
}
|