mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 16:39:35 +03:00
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
// https://v3.nuxtjs.org/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"rootDir": "./",
|
|
"moduleResolution": "Node",
|
|
"paths": {
|
|
"~/*": ["./*"]
|
|
}
|
|
}
|
|
}
|