9 lines
120 B
JSON
9 lines
120 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"strict": true,
|
|
"sourceMap": true
|
|
}
|
|
}
|
|
|