2022-08-28 20:25:27 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"lib": ["DOM", "esnext", "esnext.array", "esnext.asynciterable", "esnext.symbol"],
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"strict": true,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"target": "ESNEXT"
|
|
|
|
},
|
2022-08-29 12:11:44 -04:00
|
|
|
"include": ["src/**/*.ts"]
|
2022-08-28 20:25:27 -04:00
|
|
|
}
|