running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

tsconfig.app.json (331B)


      1 {
      2   "extends": "@vue/tsconfig/tsconfig.dom.json",
      3   "include": ["vite-env.d.ts", "src/**/*"],
      4   "compilerOptions": {
      5     "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo",
      6     "resolveJsonModule": true,
      7 
      8     "paths": {
      9       "@/*": ["./src/*"],
     10       "/*": ["./*"]
     11     },
     12     "types": ["node", "vite/client"]
     13   }
     14 }