Files
typescript-mpc-tls/tsconfig.build.json
2024-01-02 12:44:26 -05:00

6 lines
79 B
JSON

{
"extends": "./tsconfig.json",
"exclude": [
"test/**/*.spec.ts",
]
}