mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["ES2017", "dom"],
|
|
"module": "CommonJS",
|
|
"noEmit": true,
|
|
"noImplicitThis": false,
|
|
"strict": true,
|
|
"target": "ES2017",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|