Presupuestador_web/shared/tsconfig.json
2024-04-23 17:29:38 +02:00

11 lines
561 B
JSON

{
"compilerOptions": {
"composite": true,
"baseUrl": "./lib/*" /* Base directory to resolve non-absolute module names. */,
"allowSyntheticDefaultImports": true /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */,
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
}
}