documenso/packages/tsconfig/tsconfig.json

10 lines
224 B
JSON
Raw Normal View History

2023-08-29 03:01:19 +00:00
{
"extends": "./base.json",
"compilerOptions": {
"noEmit": true,
2024-06-06 04:46:48 +00:00
"allowUnreachableCode": true
2023-08-29 03:01:19 +00:00
},
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts", "**/*.json"],
"exclude": ["dist", "build", "node_modules"]
}