mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
10 lines
191 B
JSON
10 lines
191 B
JSON
{
|
|
"extends": "tsconfig/base.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"lib": ["esnext", "dom"],
|
|
"noImplicitAny": false
|
|
}
|
|
}
|