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