Use textproto package descriptors

This commit is contained in:
Timothy J. Aveni
2026-07-11 23:01:51 -07:00
commit c9202ed56c
7 changed files with 1921 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist"
},
"include": ["src/**/*.ts"]
}