mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-24 12:21:53 +00:00
13 lines
300 B
JSON
13 lines
300 B
JSON
{
|
|
"compilerOptions": {
|
|
"forceConsistentCasingInFileNames": true,
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"lib": ["es2016"],
|
|
"downlevelIteration": true
|
|
},
|
|
"exclude": ["node_modules", "out"]
|
|
}
|