mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
21 lines
No EOL
503 B
JSON
21 lines
No EOL
503 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"moduleResolution": "node",
|
|
"sourceMap": false,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"removeComments": false,
|
|
"noImplicitAny": false,
|
|
"outDir": "dist",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"src/*": ["./src/*"],
|
|
"modules/*": ["./node_modules/*"],
|
|
"common/*": ["../common/web/*"],
|
|
}
|
|
},
|
|
"exclude": [ "node_modules", "test" ]
|
|
} |