mirror of
https://github.com/cheney2013/UIState.git
synced 2024-12-26 03:39:10 +00:00
19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [ "es2015", "es2017", "dom" ],
|
|
"target": "es5",
|
|
"experimentalDecorators": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "temp/vscode-dist",
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"library",
|
|
"local",
|
|
"temp",
|
|
"build",
|
|
"settings"
|
|
]
|
|
} |