mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"extends": "../tsconfig-noncomposite-base",
|
|
"compilerOptions": {
|
|
"removeComments": true,
|
|
"incremental": false,
|
|
"outFile": "../../built/local/watchGuard.js",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"lib": [
|
|
"es6"
|
|
]
|
|
},
|
|
"files": [
|
|
"watchGuard.ts"
|
|
]
|
|
}
|