mirror of
https://github.com/brucificus/vb6-antlr4-typescript.git
synced 2025-12-17 04:14:36 +03:00
13 lines
284 B
JSON
13 lines
284 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./lib",
|
|
"strict": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["index.ts", "antlr4ts_out"],
|
|
"exclude": ["node_modules", "proleap-vb6", "**/__tests__/*"]
|
|
}
|