mirror of
https://github.com/knadh/listmonk.git
synced 2026-01-16 22:15:31 +08:00
22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"outDir": "dist",
|
|
"lib": [],
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"declarationMap": true,
|
|
"declaration": true,
|
|
"noUnusedLocals": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": ["dist"]
|
|
}
|