chore(config): 🔧 Update Git ignore patterns and TypeScript config for better build hygiene
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
c36638723d
commit
667fc3865d
2 changed files with 4 additions and 22 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue