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