mirror of https://github.com/Fabio286/antares.git
20 lines
436 B
JSON
20 lines
436 B
JSON
{
|
|
"include": ["./src/main/**/*", "src/common/interfaces/antares.ts"],
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"target": "es2021",
|
|
"allowJs": true,
|
|
"module": "CommonJS",
|
|
"noImplicitAny": true,
|
|
"types": [
|
|
"node"
|
|
],
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"removeComments": true,
|
|
"paths": {
|
|
"common/*": ["./src/common/*"]
|
|
}
|
|
}
|
|
} |