feat: add frontend/tsconfig.node.json
This commit is contained in:
parent
6b3a82e0d3
commit
605cbcee27
9
frontend/tsconfig.node.json
Normal file
9
frontend/tsconfig.node.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"compilerOptions": {
|
||||||
|
"target": "ES2022", "lib": ["ES2023"],
|
||||||
|
"module": "ESNext", "skipLibCheck": true,
|
||||||
|
"moduleResolution": "bundler", "allowImportingTsExtensions": true,
|
||||||
|
"isolatedModules": true, "moduleDetection": "force", "noEmit": true, "strict": true
|
||||||
|
},
|
||||||
|
"include": ["vite.config.ts"]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user