8 lines
139 B
JSON
8 lines
139 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext"
|
|
},
|
|
"include": ["."],
|
|
"exclude": ["target", "src"]
|
|
}
|