Tap is a proof-of-concept editor for screenplays formatted in Fountain markup. It stores all data in AT Protocol records.
at refactor 446 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2019", 4 "lib": ["dom", "esnext"], 5 "allowJs": false, 6 "skipLibCheck": true, 7 "strict": true, 8 "noEmit": true, 9 "esModuleInterop": true, 10 "module": "esnext", 11 "moduleResolution": "bundler", 12 "resolveJsonModule": true, 13 "isolatedModules": true, 14 "incremental": true 15 }, 16 "include": [ 17 "web/**/*.ts" 18 ], 19 "exclude": [ 20 "node_modules", 21 "src", 22 ".next" 23 ] 24}