cwait/packages/lib/tsconfig.json
2025-04-02 17:07:30 +03:00

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"]
}