mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
12 lines
252 B
JSON
12 lines
252 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"declaration": true,
|
|
"module": "none",
|
|
"outFile": "../build/intermediate/index.js",
|
|
"inlineSources": true,
|
|
"sourceMap": true,
|
|
"lib": ["webworker", "es6"],
|
|
"target": "es5"
|
|
}
|
|
}
|