spiegel-keyman/developer/js/tests/tsconfig.json
Eddie Antonio Santos 2e5855090a
Fix tsconfig...
2019-07-25 11:22:07 -06:00

10 lines
No EOL
168 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"sourceMap": true
},
"include": [
"**/test-*.ts"
]
}