diff options
Diffstat (limited to 'packages/ui-new/tsconfig.app.json')
| -rw-r--r-- | packages/ui-new/tsconfig.app.json | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/packages/ui-new/tsconfig.app.json b/packages/ui-new/tsconfig.app.json deleted file mode 100644 index 54f0bdf..0000000 --- a/packages/ui-new/tsconfig.app.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "compilerOptions": { - "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", - "target": "ES2022", - "useDefineForClassFields": true, - "lib": ["ES2022", "DOM", "DOM.Iterable"], - "module": "ESNext", - "types": ["vite/client"], - "skipLibCheck": true, - - /* Bundler mode */ - "moduleResolution": "bundler", - "allowImportingTsExtensions": true, - "verbatimModuleSyntax": true, - "moduleDetection": "force", - "noEmit": true, - "jsx": "react-jsx", - - /* Linting */ - "strict": true, - "noUnusedLocals": true, - "noUnusedParameters": true, - "erasableSyntaxOnly": true, - "noFallthroughCasesInSwitch": true, - "noUncheckedSideEffectImports": true, - - /* Paths */ - "baseUrl": ".", - "paths": { - "@/*": ["./src/*"] - } - }, - "include": ["src"] -} |