js-rln/tsconfig.karma.json

7 lines
82 B
JSON
Raw Normal View History

2022-09-06 12:06:19 -04:00
{
2022-09-07 12:22:54 +10:00
"extends": "./tsconfig.dev",
"compilerOptions": {
"noEmit": false
}
}