14 lines
357 B
JSON
14 lines
357 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2024",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"declaration": true,
|
|
"verbatimModuleSyntax": true,
|
|
"skipLibCheck": true,
|
|
"ignoreDeprecations": "6.0"
|
|
},
|
|
"include": ["src", "test", "tsup.config.ts", "vitest.config.ts"]
|
|
}
|