15 lines
308 B
JSON
15 lines
308 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2021",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"lib": ["ES2021", "DOM", "DOM.Iterable"],
|
|
"types": ["vite/client"],
|
|
"allowJs": false,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src"]
|
|
}
|