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