TypeScript/scripts/typemock/tsconfig.json

15 lines
307 B
JSON

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