mirror of https://github.com/embarklabs/embark.git
12 lines
201 B
JSON
12 lines
201 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": true,
|
||
|
"isolatedModules": true,
|
||
|
"lib": ["ES2017"],
|
||
|
"module": "CommonJS",
|
||
|
"noEmit": true,
|
||
|
"strict": true,
|
||
|
"target": "ES2017"
|
||
|
}
|
||
|
}
|