mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-09 21:35:58 +00:00
57c3502f1f
This commit also moves several utility methods into @embark/utils as needed.
14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"lib": ["ES2017"],
|
|
"module": "CommonJS",
|
|
"noEmit": true,
|
|
"noImplicitThis": false,
|
|
"strict": true,
|
|
"target": "ES2017",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|