mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
9 lines
131 B
JSON
9 lines
131 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"module": "system",
|
|
"outDir": "../build/",
|
|
"sourceMap": true,
|
|
"target": "es5"
|
|
}
|
|
}
|