bismuth/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
355 B
JSON
Raw Normal View History

2018-11-07 18:07:04 +03:00
{
"compileOnSave": true,
"compilerOptions": {
"target": "es2016",
"noEmitOnError": false,
"removeComments": true,
"lib": ["es5", "ES2015", "ES2016"],
"alwaysStrict": true,
"strict": true,
"moduleResolution": "node",
"module": "ES6"
},
2021-08-27 19:57:11 +03:00
"typedocOptions": {
"entryPoints": ["src"]
2021-08-27 19:57:11 +03:00
},
"include": ["src/**/*"]
}