mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-18 14:01:07 +00:00
Merge pull request #80 from remcohaszing/tsconfig-fixes
Do some tsconfig cleanups
This commit is contained in:
commit
bdfa1ef4e7
1 changed files with 3 additions and 5 deletions
|
|
@ -1,17 +1,15 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"alwaysStrict": true,
|
||||
"declaration": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"downlevelIteration": true,
|
||||
"lib": ["dom", "es2017"],
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"lib": ["dom", "es2017"],
|
||||
"outDir": "./out/esm",
|
||||
"noEmit": true,
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"target": "es6",
|
||||
"types": []
|
||||
},
|
||||
"exclude": ["node_modules", "out", "lib", "test"]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue