mirror of
https://github.com/convergencelabs/monaco-collab-ext.git
synced 2024-10-27 20:34:17 +00:00
15 lines
336 B
JSON
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"]
|
|
}
|
|
} |