fix: 🐛 add tsconfig

pull/91/head
士子☀️ 11 months ago
parent bb60d56e17
commit 178f748fb6

@ -57,4 +57,4 @@
"vue": "^3.4.15",
"zx": "^7.2.3"
}
}
}

@ -0,0 +1,22 @@
{
"compilerOptions": {
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"strictNullChecks": false,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
"typeRoots": ["node_modules/@types"]
},
"include": ["scripts"]
}
Loading…
Cancel
Save