8 lines
150 B
JSON
8 lines
150 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"experimentalDecorators": true,
|
||
|
"esModuleInterop": true,
|
||
|
"target": "ES2017",
|
||
|
"moduleResolution": "node"
|
||
|
}
|
||
|
}
|