11 lines
204 B
JSON
Raw Permalink Normal View History

2026-05-20 21:39:12 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"types": ["jest"],
"moduleResolution": "node",
"module": "CommonJS"
},
"include": ["src/**/*", "tests/**/*"]
}