embark/tsconfig.json
Iuri Matias fbc8ab0fea refactor(@embark/embark-typings) move typings to its own module
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
2019-02-06 11:07:44 -05:00

12 lines
201 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"isolatedModules": true,
"lib": ["ES2017"],
"module": "CommonJS",
"noEmit": true,
"strict": true,
"target": "ES2017"
}
}