tools: updated the VS Code config
This commit is contained in:
parent
c2efa23e94
commit
e987ac4034
@ -1,12 +1,12 @@
|
|||||||
// Place your settings in this file to overwrite default and user settings.
|
|
||||||
{
|
{
|
||||||
"search.excludeFolders": [
|
"search.exclude": {
|
||||||
".git",
|
".git" : true,
|
||||||
"node_modules",
|
".idea": true,
|
||||||
"bower_components",
|
"node_modules" : true,
|
||||||
"packages",
|
"bower_components" : true,
|
||||||
"build",
|
"packages" : true,
|
||||||
"dist",
|
"build" : true,
|
||||||
"tmp"
|
"dist" : true,
|
||||||
]
|
"tmp" : true
|
||||||
|
}
|
||||||
}
|
}
|
@ -1,6 +1,8 @@
|
|||||||
{
|
{
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"emitDecoratorMetadata": true,
|
||||||
|
"experimentalDecorators": true,
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
@ -9,8 +11,8 @@
|
|||||||
"noLib": false,
|
"noLib": false,
|
||||||
"outDir": "dist/js/cjs"
|
"outDir": "dist/js/cjs"
|
||||||
},
|
},
|
||||||
"filesGlob": [
|
"fileGlobs": [
|
||||||
"./src/**/*.ts",
|
"./modules/**/*.ts",
|
||||||
"./tools/**/*.ts",
|
"./tools/**/*.ts",
|
||||||
"!./node_modules/**",
|
"!./node_modules/**",
|
||||||
"!./modules_dart/**",
|
"!./modules_dart/**",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user