Skip to content
tsconfig.json 178 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
    "sourceRoot": "/"
  }
Grant's avatar
Grant committed
}