modify tsconfig files to improve IDE performance
This commit is contained in:
parent
6eb58741e8
commit
7ab94bef3b
6 changed files with 23 additions and 14 deletions
|
|
@ -8,10 +8,17 @@
|
|||
"allowJs": true,
|
||||
"checkJs": true
|
||||
},
|
||||
"include": [
|
||||
"./**/*.js"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"jspm_packages",
|
||||
"tmp",
|
||||
"temp"
|
||||
"./built",
|
||||
"./jspm_packages",
|
||||
"./tmp",
|
||||
"./temp",
|
||||
"./test",
|
||||
"./test-federation",
|
||||
"./test-server"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue