You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
convergencelabs_monaco-coll.../tsconfig.json

15 lines
336 B

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