mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
13 lines
376 B
JSON
13 lines
376 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"module": "CommonJS",
|
|
"target": "ES6",
|
|
"declaration": true, // Generate type definitions
|
|
"declarationDir": "build/types", // Storage location for .d.ts files
|
|
"strict": true,
|
|
"esModuleInterop": true, // Enables Interop with CommonJS
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "build"]
|
|
} |