mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
16 lines
342 B
JSON
16 lines
342 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2021",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"outDir": "build"
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
}
|