17 lines
490 B
JSON
17 lines
490 B
JSON
|
|
{
|
||
|
|
"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",
|
||
|
|
|
||
|
|
"typeRoots": ["./node_modules/@types", "./node_modules/@vencord"]
|
||
|
|
},
|
||
|
|
"include": ["plugins/**/*", "build/**/*"]
|
||
|
|
}
|