Files
netris-nestri/packages/ui/tsconfig.json
Wanjohi e2e5497c62 feat: Add www to cloudflare pages (#105)
Co-authored-by: --global <--global>

Add our website to cloudflare pages
2024-09-03 06:55:51 +03:00

11 lines
226 B
JSON

{
"extends": "@nestri/typescript-config/base.json",
"compilerOptions": {
"outDir": "tmp",
"rootDir": ".",
"allowImportingTsExtensions": true
},
"files": [".eslintrc.js"],
"include": ["src", "./*.d.ts"]
}