13 lines
233 B
JSON
13 lines
233 B
JSON
|
{
|
||
|
"compilerOptions":
|
||
|
{
|
||
|
"outDir": "../builds",
|
||
|
"sourceMap": true,
|
||
|
"noImplicitAny": true,
|
||
|
"esModuleInterop": true,
|
||
|
"module": "node16",
|
||
|
"target": "es2015",
|
||
|
"baseUrl": ".",
|
||
|
"paths": { }
|
||
|
}
|
||
|
}
|