js-rln/tsconfig.karma.json

6 lines
91 B
JSON
Raw Normal View History

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