logos-storage-js/tsconfig.json

19 lines
321 B
JSON
Raw Permalink Normal View History

2024-08-15 12:08:15 +02:00
{
"extends": "@tsconfig/strictest/tsconfig.json",
"include": [
"src"
],
"compilerOptions": {
"declaration": true,
"removeComments": false,
"lib": [
"ES2020",
"DOM",
],
"outDir": "./dist",
2024-08-15 12:08:41 +02:00
"module": "ESNext",
"moduleResolution": "Bundler",
2024-08-30 12:24:00 +02:00
"verbatimModuleSyntax": true,
"sourceMap": true
2024-08-15 12:08:51 +02:00
}
2024-08-15 12:08:15 +02:00
}