refactor: generalize permissions example

This commit is contained in:
Nathan Flurry 2026-03-09 20:54:36 -07:00
parent 6e6d94be38
commit 5127b2c4ed
5 changed files with 17 additions and 14 deletions

View file

@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "ES2022",
"lib": ["ES2022"],
"module": "ESNext",
"moduleResolution": "Bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"]
}