Install scaffolding for Peggy grammar generator
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user