mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-04 13:37:43 +03:00
23 lines
334 B
JSON
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/**/*"
|
|
]
|
|
}
|