0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00
logto/packages/schemas/tsconfig.json

18 lines
365 B
JSON
Raw Normal View History

2021-06-22 19:49:19 +08:00
{
"compilerOptions": {
"target": "es2021",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"outDir": "lib"
},
"include": [
"src"
]
}