TypeScript/scripts/typemock/tsconfig.json
2017-12-20 12:39:19 -08:00

17 lines
377 B
JSON

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