mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-10 13:55:45 +00:00
fbc8ab0fea
fix typings
WIP: refactor
WIP: just needed an annotation 🎉 thanks @emizzle!
WIP: don't pack a tarball since it's a private package
WIP: no need to list as a devDep
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"
|
|
}
|
|
}
|