convergencelabs_monaco-coll.../tsconfig.json
Michael MacFadden c743f8df2a Initial commit.
2019-03-03 22:18:50 -06:00

15 lines
336 B
JSON

{
"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"]
}
}