AT-based link agregator. Mirror of https://github.com/likeandscribe/frontpage
at main 10 lines 238 B view raw
1{ 2 "extends": "@repo/typescript-config/base.json", 3 "include": ["next.js", "typescript.js", "react.js"], 4 "compilerOptions": { 5 "checkJs": true, 6 "module": "NodeNext", 7 "moduleResolution": "NodeNext", 8 "noEmit": true 9 } 10}