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