2023-06-09 18:21:18 +10:00
|
|
|
{
|
|
|
|
|
"$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,
|
2023-07-26 18:52:53 +10:00
|
|
|
"target": "ES2018",
|
|
|
|
|
"types": ["@documenso/tsconfig/process-env.d.ts"]
|
2023-06-09 18:21:18 +10:00
|
|
|
},
|
|
|
|
|
"exclude": ["node_modules"]
|
|
|
|
|
}
|