You've already forked AstralRinth
3eeb549d20
* feat: fix intercom properly * fix: positioning size + css transition * fix: lint * fix: ts * fix: nitpick
28 lines
543 B
JSON
28 lines
543 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"useDefineForClassFields": true,
|
|
"module": "ESNext",
|
|
"lib": ["ES2021", "DOM", "DOM.Iterable"],
|
|
"skipLibCheck": true,
|
|
|
|
"moduleResolution": "bundler",
|
|
"allowJs": true,
|
|
"allowImportingTsExtensions": true,
|
|
"isolatedModules": true,
|
|
"moduleDetection": "force",
|
|
"noEmit": true,
|
|
"jsx": "preserve",
|
|
|
|
"strict": true,
|
|
|
|
"types": ["vite/client"],
|
|
|
|
"paths": {
|
|
"@modrinth/api-client": ["../../packages/api-client/src/index.ts"],
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|