style(web/utils): autoindent tsconfig.json

This commit is contained in:
Eddie Antonio Santos 2020-05-20 10:23:16 -06:00
parent e7d5c05a2e
commit d0103fcaab
No known key found for this signature in database
GPG key ID: DD411EA4D9509D87

View file

@ -1,16 +1,16 @@
{
"compilerOptions": {
"allowJs": true,
"module": "none",
"outDir": "../dist/",
"inlineSources": true,
"sourceMap": true,
"target": "es5",
"types": ["node"],
"lib": ["es6"],
"outFile": "../dist/index.js"
"allowJs": true,
"module": "none",
"outDir": "../dist/",
"inlineSources": true,
"sourceMap": true,
"target": "es5",
"types": ["node"],
"lib": ["es6"],
"outFile": "../dist/index.js"
},
"files": [
"index.ts"
"index.ts"
]
}
}