👷🏽 Updated build command

This commit is contained in:
2023-02-16 14:25:42 -05:00
parent 0b0f4681d4
commit f32feacca4
6 changed files with 38 additions and 24 deletions

View File

@@ -2,20 +2,21 @@
"extends": "@tsconfig/node14/tsconfig.json",
"$schema": "https://json.schemastore.org/tsconfig",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"noImplicitAny": false,
"target": "es2019",
"jsx": "react",
"module": "commonjs",
"sourceMap": true,
"outDir": "./dist/",
"target": "ESNext",
"useDefineForClassFields": true,
"lib": ["DOM", "DOM.Iterable", "ESNext"],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": false,
"allowSyntheticDefaultImports": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"module": "ESNext",
"moduleResolution": "Node",
"resolveJsonModule": true,
"lib": ["dom", "dom.iterable", "esnext", "webworker"],
"baseUrl": ".",
"esModuleInterop": true,
"isolatedModules": true,
"strict": true
"noEmit": true,
"jsx": "react-jsx"
},
"settings": {
"eslint.workingDirectories": [