18 lines
324 B
JSON
18 lines
324 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESnext",
|
|
"module": "CommonJS",
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
|
|
"outDir": "./dist/",
|
|
|
|
"baseUrl": "./src/",
|
|
|
|
"paths": {
|
|
"shared/*": ["../../shared/*"]
|
|
}
|
|
}
|
|
}
|