mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"target": "es2022",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"baseUrl": ".",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"declaration": false,
|
|
"outDir": "./dist",
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"paths": {
|
|
"@afilmory/env": ["packages/env/src"],
|
|
"@afilmory/env/*": ["packages/env/src/*"],
|
|
"@afilmory/db": ["packages/db/src"],
|
|
"@afilmory/db/*": ["packages/db/src/*"],
|
|
"@afilmory/framework": ["packages/framework/src"],
|
|
"@afilmory/framework/*": ["packages/framework/src/*"],
|
|
"@afilmory/task-queue": ["packages/task-queue/src"],
|
|
"@afilmory/task-queue/*": ["packages/task-queue/src/*"],
|
|
"@afilmory/websocket": ["packages/websocket/src"],
|
|
"@afilmory/websocket/*": ["packages/websocket/src/*"]
|
|
}
|
|
}
|
|
}
|