embark/tsconfig.json

14 lines
260 B
JSON
Raw Normal View History

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