Presupuestador_web/shared/tsconfig.json

11 lines
561 B
JSON
Raw Normal View History

2024-04-23 15:29:38 +00:00
{
"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
}
}