Files
TypeScript/src/watchGuard/tsconfig.json
T

16 lines
310 B
JSON

{
"extends": "../tsconfig-base",
"compilerOptions": {
"removeComments": true,
"outFile": "../../built/local/watchGuard.js",
"types": [
"node"
],
"lib": [
"es6"
]
},
"files": [
"watchGuard.ts"
]
}