mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
15 lines
335 B
JSON
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
|
|
}
|
|
}
|