refactor: remove useless folders

This commit is contained in:
2025-03-04 01:03:39 +08:00
parent 2844e1fc32
commit 408d211f27
405 changed files with 9988 additions and 28082 deletions

View File

@@ -1,12 +1,11 @@
{
"extends": "@konobangu/typescript-config/base.json",
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"lib": ["DOM", "ES2024", "DOM.AsyncIterable", "DOM.Iterable"],
"rootDir": ".",
"composite": true,
"jsx": "react-jsx",
"noEmit": true,
"module": "ESNext",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"strict": true,