mm
This commit is contained in:
31
tsconfig.base.json
Normal file
31
tsconfig.base.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "nodenext",
|
||||
"target": "es2022",
|
||||
"lib": ["es2022", "dom"],
|
||||
"jsx": "react-jsx",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"noEmit": true,
|
||||
"experimentalDecorators": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noErrorTruncation": false,
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"allowImportingTsExtensions": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"paths": {}
|
||||
},
|
||||
"exclude": [
|
||||
"**/.*/",
|
||||
"**/build",
|
||||
"**/build-tests",
|
||||
"**/node_modules",
|
||||
"docs/export",
|
||||
"**/dist",
|
||||
"**/example",
|
||||
"**/scripts",
|
||||
"**/stories",
|
||||
"**/vite.config.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user