mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
15 lines
257 B
JSON
15 lines
257 B
JSON
|
{
|
||
|
"extends": "@silverhand/ts-config/tsconfig.base",
|
||
|
"compilerOptions": {
|
||
|
"isolatedModules": false,
|
||
|
"noEmit": true,
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"@/*": [
|
||
|
"src/*"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"include": ["tests", "src", "jest.*.ts"]
|
||
|
}
|