fix misskey-bubble-game/tsconfig.game.json

This commit is contained in:
Hazelnoot 2025-10-06 15:35:40 -04:00
parent f38a841c6b
commit 6c3027fe7a

View file

@ -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"
]
}