mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
15 lines
342 B
JSON
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": []
|
|
}
|
|
}
|