about summary refs log tree commit diff
path: root/jsconfig.json
blob: 29037a628aaf3b84798021584c9ca70e9552d7ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "compilerOptions": {
    "baseUrl": ".",
    "paths": {
      "~/*": ["./*"],
      "@/*": ["./*"],
      "~~/*": ["./*"],
      "@@/*": ["./*"]
    }
  },
  "exclude": ["node_modules", ".nuxt", "dist"]
}