cleaning & docs

This commit is contained in:
tiagosiebler
2020-12-26 17:51:15 +00:00
parent 96ef6427c3
commit 976ff20437
3 changed files with 10 additions and 15 deletions

View File

@@ -1,21 +1,21 @@
{
"compileOnSave": true,
"compilerOptions": {
"declaration": true,
"allowJs": true,
"target": "es6",
"moduleResolution": "node",
"module": "commonjs",
"outDir": "lib",
"moduleResolution": "node",
"declaration": true,
"sourceMap": true,
"removeComments": false,
"noEmitOnError": true,
"noImplicitAny": false,
"strictNullChecks": true,
"skipLibCheck": true,
"sourceMap": true,
"esModuleInterop": true,
"lib": ["es2017","dom"],
"baseUrl": ".",
"outDir": "lib",
"paths": {
"@src/*": ["src/*"]
}