14 lines
187 B
JSON
14 lines
187 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"*": [
|
|
"/src/*"
|
|
]
|
|
},
|
|
"module": "Node16",
|
|
"target": "ES6"
|
|
},
|
|
"include": [
|
|
]
|
|
} |