TypeScript/src/instrumenter/tsconfig.json
2018-06-18 22:45:13 -07:00

16 lines
308 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": [
"es6",
"dom",
"scripthost"
],
"outDir": "../../built/local",
"sourceMap": true
},
"files": [
"instrumenter.ts"
]
}