fix misskey-bubble-game/tsconfig.game.json
This commit is contained in:
parent
f38a841c6b
commit
6c3027fe7a
1 changed files with 2 additions and 4 deletions
|
|
@ -3,14 +3,12 @@
|
|||
"extends": "../shared/tsconfig.web.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "./built/",
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
],
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
"node_modules",
|
||||
"built"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue