embark/tsconfig.json
Pascal Precht 57c3502f1f refactor(@embark/coverage): move coverage module into own package
This commit also moves several utility methods into @embark/utils as needed.
2019-05-22 11:47:29 +02:00

14 lines
253 B
JSON

{
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
"lib": ["ES2017"],
"module": "CommonJS",
"noEmit": true,
"noImplicitThis": false,
"strict": true,
"target": "ES2017",
"resolveJsonModule": true
}
}