0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/packages/schemas/tsconfig.json

18 lines
365 B
JSON
Raw Normal View History

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