Highly ambitious ATProtocol AppView service and sdks
1{
2 "compilerOptions": {
3 "target": "ES2020",
4 "lib": ["ES2020"],
5 "module": "commonjs",
6 "outDir": "./out",
7 "rootDir": "./src",
8 "strict": true,
9 "esModuleInterop": true,
10 "skipLibCheck": true,
11 "forceConsistentCasingInFileNames": true,
12 "declaration": true,
13 "sourceMap": true
14 },
15 "include": [
16 "src/**/*"
17 ],
18 "exclude": [
19 "node_modules",
20 "out",
21 "**/*.test.ts"
22 ]
23}