blob: e38a3bcdab80fd443096376db2a181432503d2bc [file] [log] [blame]
pineafan17aba6d2022-05-19 20:27:22 +01001{
2 "compilerOptions": {
3 "module": "esnext",
4 "target": "es2020",
5 "sourceMap": true,
6 "esModuleInterop": true,
7 "outDir": "./dist",
8 "declaration": true,
9 "declarationMap": true,
10 "resolveJsonModule": true,
11 "moduleResolution": "node",
pineafan6702cef2022-06-13 17:52:37 +010012 "skipLibCheck": true
pineafan17aba6d2022-05-19 20:27:22 +010013 },
pineafan6d537412022-07-28 12:35:33 +010014 "include": ["src/**/*", "isntaller.js"],
pineafan17aba6d2022-05-19 20:27:22 +010015 "exclude": []
16}