mirror of
https://github.com/brucificus/vb6-antlr4-typescript.git
synced 2025-12-17 04:14:36 +03:00
⬆️ Upgrades NodeJS and TypeScript Versions
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"extends": "@tsconfig/node16/tsconfig.json",
|
||||
|
||||
"compilerOptions": {
|
||||
"target": "es2017",
|
||||
"module": "commonjs",
|
||||
"declaration": true,
|
||||
"module": "CommonJS",
|
||||
"moduleResolution": "Node10",
|
||||
|
||||
"outDir": "./lib",
|
||||
"strict": true,
|
||||
"esModuleInterop": true
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
},
|
||||
|
||||
"include": ["index.ts", "antlr4ts_out"],
|
||||
"exclude": ["node_modules", "proleap-vb6", "tests/**"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user