14 lines
322 B
JSON
14 lines
322 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "ESNEXT",
|
|
"module": "ESNEXT",
|
|
"moduleResolution": "Bundler",
|
|
"rootDir": ".",
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"types": ["vitest/globals"]
|
|
},
|
|
"include": ["**/*.ts", "vitest.*.ts", "__tests__", "scripts/publish.js"]
|
|
}
|