mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
11 lines
227 B
JSON
11 lines
227 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"module": "none",
|
|
"outFile": "../build/intermediate/index.js",
|
|
"inlineSources": true,
|
|
"sourceMap": true,
|
|
"lib": ["webworker", "es6"],
|
|
"target": "es5"
|
|
}
|
|
}
|