use typescript
This commit is contained in:
17
tsconfig.json
Normal file
17
tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"declaration": false,
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"lib": ["es6", "dom"],
|
||||
"module": "es6",
|
||||
"moduleResolution": "node",
|
||||
"sourceMap": true,
|
||||
"target": "es5",
|
||||
"jsx": "react",
|
||||
"noEmit": true
|
||||
},
|
||||
"include": ["app/javascript/**/*"],
|
||||
"exclude": ["**/*.spec.ts", "node_modules", "vendor", "public"],
|
||||
"compileOnSave": false
|
||||
}
|
||||
Reference in New Issue
Block a user