convergencelabs_monaco-coll.../tsconfig.json

15 lines
336 B
JSON
Raw Normal View History

2019-03-04 04:18:50 +00:00
{
"compilerOptions": {
"allowJs": false,
"allowSyntheticDefaultImports": true,
"module": "commonjs",
"noUnusedLocals": true,
"noUnusedParameters": true,
"pretty": true,
"skipLibCheck": true,
"stripInternal": true,
"sourceMap": true,
"noImplicitAny": true,
"lib": ["dom", "es5", "es7"]
}
}