Skip to content
Snippets Groups Projects
tsconfig.json 209 B
Newer Older
Natthawat Singkala's avatar
Natthawat Singkala committed
{
  "compilerOptions": {
    "target": "esnext",
    "moduleResolution": "node",
    "baseUrl": "./",
    "jsx": "preserve",
    "declaration": true,
    "skipLibCheck": true,
    "esModuleInterop": true
  }
}