Files
sign/packages/tsconfig/tsconfig.json

9 lines
191 B
JSON
Raw Permalink Normal View History

2023-08-29 13:01:19 +10:00
{
"extends": "./base.json",
"compilerOptions": {
"noEmit": true,
},
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts", "**/*.json"],
"exclude": ["dist", "build", "node_modules"]
}