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

9 lines
131 B
JSON

{
"extends": "tsconfig/base.json",
"include": ["./src"],
"compilerOptions": {
"rootDir": "../",
"baseUrl": "."
}
}