mirror of
https://github.com/logto-io/logto.git
synced 2025-01-06 20:40:08 -05:00
16 lines
274 B
JSON
16 lines
274 B
JSON
{
|
|
"extends": "@silverhand/ts-config/tsconfig.base",
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"module": "nodenext",
|
|
"outDir": "lib",
|
|
"baseUrl": ".",
|
|
"types": [
|
|
"node",
|
|
"vitest/globals"
|
|
]
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|