sophisticated rollup setup and eslint base setup

This commit is contained in:
Rene
2020-07-25 01:10:04 +02:00
parent 118aaf0d32
commit eb10b3d723
116 changed files with 15667 additions and 13077 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"strict": true,
"allowJs": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"target": "ESNext",
"sourceMap": true,
"jsx": "react",
"declaration": true,
"suppressImplicitAnyIndexErrors": true,
"module": "ESNext",
"moduleResolution": "node",
"removeComments": true
},
"exclude": ["tests", "**/tests/*", "node_modules", "**/node_modules/*"]
}