10 lines
172 B
JSON
10 lines
172 B
JSON
|
{
|
||
|
"extends": "./tsconfig.base.json",
|
||
|
"include": ["src/parser"],
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2020",
|
||
|
"module": "CommonJS",
|
||
|
"outDir": "./parser"
|
||
|
}
|
||
|
}
|