openpanel/packages/devtools-ui/tsconfig.json
Stefan Pejcic 09f9f9502d packages
2024-11-07 19:03:37 +01:00

14 lines
245 B
JSON

{
"include": ["src", "types"],
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"types": ["node"],
"rootDir": "./src",
"baseUrl": ".",
"paths": {
"@test/*": ["test/*"],
"@test": ["test"]
}
}
}