mirror of
https://github.com/LogicLabs-OU/OpenArchiver.git
synced 2026-04-06 00:31:57 +02:00
18 lines
318 B
JSON
18 lines
318 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"rootDir": "./src",
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"composite": true
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"references": [
|
|
{
|
|
"path": "../types"
|
|
}
|
|
]
|
|
}
|