🧹 config cleanup

This commit is contained in:
ful1e5 2020-08-14 11:23:08 +05:30
parent 881dab538c
commit 40daae8854
4 changed files with 0 additions and 50 deletions

View file

@ -1,9 +0,0 @@
{
"compilerOptions": {
/* Basic Options */
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"],
"references": [{ "path": "../shared" }]
}

View file

@ -1,9 +0,0 @@
{
"compilerOptions": {
/* Basic Options */
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"],
"references": [{ "path": "../shared" }]
}

View file

@ -1,10 +0,0 @@
{
"compilerOptions": {
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"composite": true,
"outDir": "dist",
"rootDir": "src"
}
}

View file

@ -1,22 +0,0 @@
{
"compilerOptions": {
/* Basic Options */
"target": "es2017",
"module": "commonjs",
"lib": ["es2015", "dom"],
/* Strict Type-Checking Option */
"strict": true,
/* For .json data */
"resolveJsonModule": true,
/* Module Resolution Options */
"moduleResolution": "node",
"esModuleInterop": true,
/* Advanced Options */
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
}
}