mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"include": ["src"],
|
|
"extends": "../../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"baseUrl": ".",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"@": ["src"],
|
|
"@test/*": ["test/*"],
|
|
"@test": ["test"]
|
|
}
|
|
}
|
|
}
|