Files
evento/tsconfig.dev.json
2026-03-18 14:55:56 -03:00

8 lines
122 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"allowImportingTsExtensions": true
}
}