One-click backups for AT Protocol
1{
2 "compilerOptions": {
3 "target": "ES2017",
4 "lib": ["dom", "dom.iterable", "esnext"],
5 "allowJs": true,
6 "skipLibCheck": true,
7 "strict": false,
8 "noEmit": true,
9 "incremental": true,
10 "module": "esnext",
11 "esModuleInterop": true,
12 "moduleResolution": "bundler",
13 "resolveJsonModule": true,
14 "isolatedModules": true,
15 "jsx": "preserve",
16 "plugins": [
17 {
18 "name": "next"
19 }
20 ]
21 },
22 "include": ["next-env.d.ts", ".next/types/**/*.ts", "**/*.ts", "**/*.tsx"],
23 "exclude": ["node_modules"]
24}