mirror of
https://github.com/brucificus/vb6-antlr4-typescript.git
synced 2025-12-16 20:07:03 +03:00
13 lines
278 B
JSON
13 lines
278 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/**"]
|
|
}
|