mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
19 lines
317 B
JSON
19 lines
317 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"outFile": "build/headless.js",
|
|
"module": "none",
|
|
"inlineSources": true,
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"lib": ["es6"]
|
|
},
|
|
"include" : [
|
|
"./*.ts"
|
|
],
|
|
"exclude" : [
|
|
"web-defaultWorker.ts",
|
|
"node_modules",
|
|
"testing"
|
|
]
|
|
}
|