_comuns/tsconfig.json
2024-05-07 10:00:00 -03:00

18 lines
No EOL
446 B
JSON

{
"compilerOptions": {
"target": "es2017",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"rootDir": "./src",
"moduleResolution": "node",
"declaration": true,
"isolatedModules": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
]
}