mirror of
https://github.com/CaramelFur/Picsur.git
synced 2026-01-22 15:12:31 +01:00
13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "es2020",
|
|
|
|
"outDir": "./dist",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"emitDecoratorMetadata": true
|
|
}
|
|
}
|