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