spiegel-keyman/common/predictive-text/worker/tsconfig.json

12 lines
252 B
JSON

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