You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
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
|
|
}
|
|
}
|