mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-05-19 04:08:48 +00:00
17 lines
412 B
JSON
17 lines
412 B
JSON
{
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"declaration": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"downlevelIteration": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"lib": ["dom", "es2016"],
|
|
"outDir": "./out/esm",
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"target": "es6",
|
|
"types": []
|
|
},
|
|
"exclude": ["node_modules", "out", "lib", "test"]
|
|
}
|