Cleaned and preparring for gatsby.

This commit is contained in:
2020-01-26 18:34:39 +10:00
parent 50822ebe66
commit 39ba9cf3ad
168 changed files with 5 additions and 17435 deletions

View File

@@ -1,20 +0,0 @@
{
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"sourceMap": true,
"declaration": true,
"outDir": "./dist/",
"typeRoots": [ "./node_modules/@types" ],
"jsx": "React"
},
"include": [
"./src/private/**/*.ts",
"./src/common/*.ts",
"./src/public/**/*.tsx"
],
"exclude": [
"node_modules",
"dist"
]
}