tweak tsconfig

This commit is contained in:
Pig Fang 2020-07-13 10:40:31 +08:00
parent 5f6f84bb4c
commit dce22c49ad
No known key found for this signature in database
GPG Key ID: A8198F548DADA9E2

View File

@ -10,7 +10,13 @@
"@/*": ["./resources/assets/src/*"]
}
},
"include": ["resources/assets/src", "resources/assets/webpack.d.ts"],
"include": [
"resources/assets/src",
"resources/assets/webpack.d.ts",
"scripts",
"webpack.config.ts",
"webpack.meta.config.ts"
],
"ts-node": {
"compilerOptions": {
"noUnusedLocals": false,