mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
9089dbf845
* chore(deps): upgrade TypeScript * chore: upgrade configs * chore: fix tsconfig and add changeset * chore: upgrade jest-related deps and fix code
9 lines
185 B
JSON
9 lines
185 B
JSON
{
|
|
"extends": "@silverhand/ts-config/tsconfig.base",
|
|
"compilerOptions": {
|
|
"moduleResolution": "nodenext",
|
|
"module": "nodenext",
|
|
"outDir": "lib",
|
|
"baseUrl": "."
|
|
}
|
|
}
|