10 lines
195 B
JSON
10 lines
195 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|