10 lines
159 B
JSON
10 lines
159 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2019",
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"esnext"
|
|
],
|
|
"experimentalDecorators": true
|
|
}
|
|
} |