fchat-rising/mobile/tsconfig.json

16 lines
378 B
JSON
Raw Permalink Normal View History

2017-09-02 01:50:31 +00:00
{
"compilerOptions": {
2019-01-03 17:38:17 +00:00
"target": "es6",
2017-09-02 01:50:31 +00:00
"module": "commonjs",
"sourceMap": true,
"experimentalDecorators": true,
"allowJs": true,
"noEmitHelpers": true,
"importHelpers": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true
},
2019-01-03 17:38:17 +00:00
"include": ["chat.ts", "../**/*.d.ts"]
2017-09-02 01:50:31 +00:00
}