monaco-yaml/tsconfig.json
Remco Haszing 3774841f7c
Show problems panel in example
The example was also converted to TypeScript.
2021-08-19 22:40:58 +02:00

15 lines
342 B
JSON

{
"compilerOptions": {
"declaration": true,
"forceConsistentCasingInFileNames": true,
"downlevelIteration": true,
"lib": ["dom", "dom.iterable", "es2017"],
"module": "esnext",
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"sourceMap": true,
"target": "es6",
"types": []
}
}