Skip to content

Instantly share code, notes, and snippets.

View kvlknctk's full-sized avatar
🏠
Now working from Codenra

K. Volkan ÇATAK kvlknctk

🏠
Now working from Codenra
View GitHub Profile
@liorocks
liorocks / jsconfig.md
Last active May 25, 2023 13:47
jsconfig.json

jsconfig.json

{
  "compilerOptions": {
    "baseUrl": "./src",
    "target": "ES6",
    "jsx": "preserve",
    "allowSyntheticDefaultImports": true
  },
 "exclude": ["build", "node_modules"]