zwiftout/tsconfig.release.json

10 lines
112 B
JSON

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