js-rln/tsconfig.karma.json
2022-09-07 08:34:48 -04:00

7 lines
82 B
JSON

{
"extends": "./tsconfig.dev",
"compilerOptions": {
"noEmit": false
}
}