2023-04-05 14:56:33 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"lib": ["DOM", "DOM.Iterable", "esnext", "esnext.array", "esnext.asynciterable", "esnext.symbol"],
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"target": "ESNEXT",
|
|
|
|
"jsx": "preserve",
|
|
|
|
|
2023-04-19 20:47:47 +00:00
|
|
|
"baseUrl": "./src/",
|
|
|
|
|
|
|
|
"typeRoots": ["./node_modules/@types", "./node_modules/@vencord"]
|
2023-04-05 14:56:33 +00:00
|
|
|
},
|
|
|
|
"include": ["src/**/*"]
|
|
|
|
}
|