mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-27 10:47:41 +00:00
18 lines
291 B
JSON
18 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"module": "none",
|
|
"outDir": "build/",
|
|
"inlineSources": true,
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"lib": ["webworker", "es6"]
|
|
},
|
|
"include" : [
|
|
"./*.ts"
|
|
],
|
|
"exclude" : [
|
|
"node_modules",
|
|
"testing"
|
|
]
|
|
}
|