AT Mot — a bilingual (EN/FR) daily word game native to the AT Protocol.
1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ESNext",
5 "moduleResolution": "bundler",
6 "lib": ["ES2022"],
7 "types": ["node"],
8 "strict": true,
9 "noUncheckedIndexedAccess": true,
10 "allowImportingTsExtensions": true,
11 "resolveJsonModule": true,
12 "esModuleInterop": true,
13 "skipLibCheck": true,
14 "noEmit": true
15 },
16 "include": ["scripts", "vite.config.ts"]
17}