Output ECMAScript next modules

This commit is contained in:
Konrad Borowski 2019-10-14 14:05:36 +02:00
parent cff0b11c18
commit 0714d28dab
1 changed files with 6 additions and 1 deletions

View File

@ -1 +1,6 @@
{}
{
"compilerOptions": {
"module": "esnext",
"moduleResolution": "node"
}
}