mirror of
https://github.com/VSCodeVim/Vim.git
synced 2024-11-09 13:34:29 +03:00
17 lines
316 B
JSON
17 lines
316 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "out",
|
|
"noImplicitAny": true,
|
|
"suppressImplicitAnyIndexErrors": true,
|
|
"noLib": true,
|
|
"sourceMap": true,
|
|
"strictNullChecks": true,
|
|
"experimentalDecorators": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|