14 lines
250 B
JSON
14 lines
250 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ESnext",
|
||
|
"module": "CommonJS",
|
||
|
"noImplicitAny": true,
|
||
|
"removeComments": true,
|
||
|
"sourceMap": true,
|
||
|
|
||
|
"outDir": "./dist/",
|
||
|
|
||
|
"baseUrl": "./src/"
|
||
|
}
|
||
|
}
|