coref / tsconfig.json
julien-c's picture
julien-c HF staff
Hardcode static outputs to get rid of API
83140f2 verified
{
"compilerOptions": {
"target": "ES2020",
"outFile": "dist/script.js",
"sourceMap": false,
"strictNullChecks": true,
"removeComments": true,
"lib": ["dom", "es6", "es2016", "es2017"]
},
"include": [
"typings/**/*",
"js-src/**/*"
],
"exclude": [
"node_modules",
"bower_components"
]
}