16 lines
364 B
JSON
16 lines
364 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"ignoreDeprecations": "6.0",
|
|
"skipLibCheck": true,
|
|
"target": "ES2022",
|
|
"lib": ["ES2023", "DOM", "WebWorker"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"isolatedModules": true,
|
|
"outDir": "./node_modules/.tmp/tsnode",
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|