mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
18 lines
365 B
JSON
18 lines
365 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2021",
|
||
|
"esModuleInterop": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strict": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"module": "commonjs",
|
||
|
"moduleResolution": "node",
|
||
|
"declaration": true,
|
||
|
"outDir": "lib"
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
]
|
||
|
}
|