Install scaffolding for Peggy grammar generator

This commit is contained in:
2025-01-14 14:27:53 +01:00
parent fc48be9407
commit f1f87bc8e8
9 changed files with 90 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"allowJs": true,
"strict": true,
"esModuleInterop": true,
"typeRoots": [
@@ -14,7 +15,7 @@
"@types": ["./src/types"]
}
},
"include": ["src/**/*"],
"include": ["src/**/*"],
"exclude": [
"node_modules",
"src/types"