mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
25 lines
651 B
JSON
25 lines
651 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Default",
|
|
"compilerOptions": {
|
|
"alwaysStrict": true,
|
|
"composite": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"inlineSources": false,
|
|
"isolatedModules": true,
|
|
"moduleResolution": "node",
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"preserveWatchOutput": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"target": "ES2018"
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", "**/.d.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|