mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2025-01-08 12:07:42 +08:00
tweak tsconfig
This commit is contained in:
parent
5f6f84bb4c
commit
dce22c49ad
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user