0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-20 21:32:31 -05:00
logto/packages/toolkit/core-kit/tsconfig.json

11 lines
220 B
JSON
Raw Normal View History

2022-12-14 13:23:59 +08:00
{
"extends": "@silverhand/ts-config/tsconfig.base",
"compilerOptions": {
"outDir": "lib",
"baseUrl": ".",
"moduleResolution": "nodenext",
"module": "esnext"
},
2022-12-15 01:50:29 +08:00
"include": ["src", "declaration"]
2022-12-14 13:23:59 +08:00
}