1
0
mirror of synced 2025-11-08 12:57:47 +00:00
Files
typescript-starter/examples/browser/tsconfig.json
2017-02-12 16:17:51 -05:00

13 lines
194 B
JSON

{
"extends": "../../tsconfig",
"compilerOptions": {
"outDir": "build",
"module": "ES6",
"declaration": false,
"removeComments": true
},
"include": [
"src/*.ts"
]
}