2
0
mirror of https://github.com/embarklabs/embark.git synced 2025-01-13 15:26:10 +00:00

14 lines
261 B
JSON

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