mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
10 lines
153 B
JSON
10 lines
153 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"module": "none",
|
|
"outDir": "../build/",
|
|
"inlineSources": true,
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
}
|
|
}
|