10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"target": "ES6",
|
|
"strictNullChecks": true,
|
|
}
|
|
}
|