vite/scripts/tsconfig.json
2022-05-18 22:15:15 +02:00

15 lines
335 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"include": ["."],
"compilerOptions": {
"module": "CommonJS",
"target": "ES2020",
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"noUnusedLocals": true,
"forceConsistentCasingInFileNames": true
}
}