mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
10 lines
No EOL
168 B
JSON
10 lines
No EOL
168 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"**/test-*.ts"
|
|
]
|
|
} |