chore: initial commit
This commit is contained in:
18
tsconfig.node.json
Normal file
18
tsconfig.node.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
/* Base Options */
|
||||
"target": "ES2022",
|
||||
"lib": ["ES2022"],
|
||||
"module": "ESNext",
|
||||
"skipLibCheck": true,
|
||||
|
||||
/* Bundler & Module Resolution */
|
||||
"moduleResolution": "bundler",
|
||||
"verbatimModuleSyntax": true,
|
||||
|
||||
/* Strictness & Linting */
|
||||
"strict": true
|
||||
},
|
||||
"include": ["vite.config.ts", "eslint.config.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user