fix: fix master tag type

This commit is contained in:
2025-03-18 02:46:18 +08:00
parent 11fdb0f2fc
commit 9a5d025f40
24 changed files with 880 additions and 905 deletions

View File

@@ -1,28 +1,20 @@
{
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"rootDir": ".",
"types": [
"node"
],
"noEmit": true,
"paths": {
"konoebml": [
"./src/index.ts"
],
"konoebml/*": [
"./src/*"
]
}
},
"files": [],
"include": [
"examples/*"
],
"references": [
{
"path": "./tsconfig.lib.json"
}
]
}
"extends": "./tsconfig.base.json",
"compilerOptions": {
"composite": true,
"rootDir": ".",
"types": ["node"],
"noEmit": true,
"paths": {
"konoebml": ["./src/index.ts"],
"konoebml/*": ["./src/*"]
}
},
"files": [],
"include": ["examples/*"],
"references": [
{
"path": "./tsconfig.lib.json"
}
]
}