spiegel-keyman/common/predictive-text/worker/tsconfig.json
2018-11-16 10:55:49 -07:00

11 lines
207 B
JSON

{
"compilerOptions": {
"allowJs": false,
"module": "none",
"outFile": "./index.js",
"inlineSources": true,
"sourceMap": true,
"lib": ["webworker", "es6"],
"target": "es5"
}
}