diff --git a/.gitignore b/.gitignore index 003be1a..5f915fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ - -# Auto-added by auto-commit-service -__pycache__/ - -# Auto-added by auto-commit-service -dist/ node_modules/ +dist/ +dist-electron/ +__pycache__/ +*.pyc diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 4b480d3..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "compilerOptions": { - "target": "ESNext", - "lib": ["ESNext"], - "module": "CommonJS", - "moduleResolution": "node", - "strict": true, - "skipLibCheck": true, - "resolveJsonModule": true, - "esModuleInterop": true, - "noEmit": true, - "baseUrl": ".", - "paths": { "@shared/*": ["../shared/*"], "js-yaml": ["./node_modules/@types/js-yaml"] } - }, - "include": ["src", "../shared"] -}