mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-05 00:54:24 +03:00
18 lines
352 B
JSON
18 lines
352 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"noEmitOnError": false,
|
|
"removeComments": true,
|
|
"lib": ["es5", "ES2015", "ES2016"],
|
|
"alwaysStrict": true,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"module": "ES6"
|
|
},
|
|
"typedocOptions": {
|
|
"entryPoints": ["src"]
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|