mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-19 06:21:04 +00:00
20 lines
452 B
JSON
20 lines
452 B
JSON
{
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"declaration": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"downlevelIteration": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"lib": ["dom", "es2016"],
|
|
"outDir": "./out/esm",
|
|
"sourceMap": true,
|
|
"target": "es6",
|
|
"plugins": [
|
|
{
|
|
"name": "typescript-tslint-plugin"
|
|
}
|
|
]
|
|
},
|
|
"exclude": ["node_modules", "out", "lib", "test"]
|
|
}
|