mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
10 lines
204 B
JSON
10 lines
204 B
JSON
{
|
|
"extends": "@documenso/tsconfig/base.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
},
|
|
"include": ["**/*.cjs", "**/*.js"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|