bismuth/tsconfig.json
Mikhail Zolotukhin 88dfdd027e feat: target es7
2021-08-27 20:20:47 +03:00

23 lines
334 B
JSON

{
"compileOnSave": true,
"compilerOptions": {
"target": "es2016",
"noEmitOnError": false,
"removeComments": true,
"lib": [
"es2016"
],
"alwaysStrict": true,
"strict": true
},
"typedocOptions": {
"entryPoints": [
"src"
]
},
"include": [
"src/**/*",
"test/**/*"
]
}