AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
at main 13 lines 296 B view raw
1{ 2 "$schema": "https://json.schemastore.org/tsconfig", 3 "display": "Next.js", 4 "extends": "./base.json", 5 "compilerOptions": { 6 "plugins": [{ "name": "next" }], 7 "module": "ESNext", 8 "moduleResolution": "Bundler", 9 "allowJs": true, 10 "jsx": "preserve", 11 "noEmit": true 12 } 13}