Skip to content
tsconfig.json 202 B
Newer Older
Grant's avatar
Grant committed
{
  "extends": "@tsconfig/recommended/tsconfig.json",
  "compilerOptions": {
    "rootDir": "src",
    "outDir": "dist",
    "inlineSourceMap": true,
    "jsx": "react",
    "declaration": true,
  },
}