Files
TypeScript/scripts/typemock/tsconfig.json
2017-12-19 13:40:32 -08:00

15 lines
307 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2017",
"strict": true,
"declaration": true,
"sourceMap": true,
"types": ["mocha"],
"newLine": "LF",
"outDir": "dist"
},
"include": [
"src/**/*"
]
}