2024-03-21 18:20:12 +01:00

11 lines
183 B
JSON

{
"extends": "./tsconfig.json",
"include": ["./src"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {
"rootDir": "../",
"baseUrl": ".",
"outDir": "./dist"
}
}