Files
github-action-setup-xmake/tsconfig.build.json
T
2020-07-17 11:45:52 +08:00

8 lines
121 B
JSON

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