feat: Add permissions package (no-changelog) (#7650)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Val
2023-11-08 15:42:40 +00:00
committed by GitHub
parent 0346b211a7
commit 0468ded0db
10 changed files with 257 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"extends": ["./tsconfig.json", "../../../tsconfig.build.json"],
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"tsBuildInfoFile": "dist/build.tsbuildinfo"
},
"include": ["src/**/*.ts"],
"exclude": ["test/**"]
}