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

17 lines
342 B
JSON
Raw Normal View History

2021-06-06 18:30:37 +08:00
{
"compilerOptions": {
"target": "es2021",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noFallthroughCasesInSwitch": true,
"module": "commonjs",
"moduleResolution": "node",
"outDir": "build"
},
"include": [
"src"
]
}