mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
6 lines
120 B
JSON
6 lines
120 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"include": [".", "icons.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|