mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
17 lines
384 B
JSON
17 lines
384 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "ES2022",
|
|
"sourceMap": true,
|
|
"outDir": "./dist",
|
|
"baseUrl": "./",
|
|
"incremental": true,
|
|
"paths": {},
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src", "test"]
|
|
}
|