Files
Picsur/shared/tsconfig.json

15 lines
269 B
JSON
Raw Permalink Normal View History

2022-02-24 22:56:27 +01:00
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"target": "es2020",
2022-02-28 23:18:07 +01:00
"module": "es2020",
"lib": ["es2020"],
2022-02-24 22:56:27 +01:00
"outDir": "./dist",
"declaration": true,
"emitDecoratorMetadata": true,
"sourceMap": true
},
2022-03-24 21:10:06 +01:00
"include": ["src"]
2022-02-24 22:56:27 +01:00
}