mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
9 lines
148 B
JSON
9 lines
148 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"include": [".nuxt/nuxt.d.ts", "src/**/*"],
|
|
"exclude": []
|
|
}
|