Files

11 lines
178 B
JSON
Raw Permalink Normal View History

2026-02-05 10:19:56 +00:00
{
"extends": "./tsconfig",
"include": ["./src"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {
"rootDir": "../",
"baseUrl": ".",
"outDir": "./dist"
}
}