Files
evento/packages/legacy/tsconfig.dev.json

8 lines
122 B
JSON

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