kahvi.juustodiilerit.fi/shared/tsconfig.json

15 lines
281 B
JSON
Raw Permalink Normal View History

2026-01-05 23:39:34 +02:00
{
"compilerOptions": {
"moduleResolution": "Node",
"module": "CommonJS",
"target": "es6",
"sourceMap": true,
"declaration": true,
"declarationMap": true,
"lib": ["ES2021"],
"outDir": "dist",
"rootDir": "./src"
},
"include": ["src/**/*"]
}