chore: initialized repository
This commit is contained in:
@@ -1,13 +1,20 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": ["server.js", "vite.config.ts"],
|
||||
"include": [
|
||||
"server.js",
|
||||
"vite.config.ts"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"strict": true,
|
||||
"types": ["node"],
|
||||
"lib": ["ES2022"],
|
||||
"types": [
|
||||
"node"
|
||||
],
|
||||
"lib": [
|
||||
"ES2022"
|
||||
],
|
||||
"target": "ES2022",
|
||||
"module": "ES2022",
|
||||
"moduleResolution": "bundler"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user