update misskey-bubble-game to the new templates
This commit is contained in:
parent
e83940038d
commit
ad6b7f68eb
2 changed files with 16 additions and 10 deletions
|
|
@ -1,8 +1,22 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "../shared/tsconfig.web.json",
|
||||
"extends": "../shared/tsconfig.web.jsonc",
|
||||
"compilerOptions": {
|
||||
// Checking
|
||||
"allowSyntheticDefaultImports": true,
|
||||
|
||||
// Output
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"removeComments": false,
|
||||
"noEmitOnError": false,
|
||||
"noEmit": false,
|
||||
"composite": true,
|
||||
"outDir": "./built/",
|
||||
"rootDir": "src",
|
||||
"tsBuildInfoFile": "built/tsconfig.game.json"
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*.ts"
|
||||
|
|
|
|||
|
|
@ -1,16 +1,8 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"extends": "../shared/tsconfig.node.json",
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"noEmit": true
|
||||
},
|
||||
"extends": "../shared/tsconfig.scripts.jsonc",
|
||||
"include": [
|
||||
"*.ts",
|
||||
"*.js"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"built"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue