2022-09-06 03:51:28 +00:00
|
|
|
{
|
2023-03-16 19:37:53 +00:00
|
|
|
"extends": "@tsconfig/node16/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2023-12-05 08:36:30 +00:00
|
|
|
"module": "Node16",
|
|
|
|
"moduleResolution": "Node16",
|
|
|
|
"typeRoots": [
|
|
|
|
"./typings",
|
|
|
|
"./node_modules/@types"
|
|
|
|
]
|
2023-03-16 19:37:53 +00:00
|
|
|
},
|
|
|
|
"ts-node": {
|
|
|
|
"transpileOnly": true,
|
|
|
|
"files": true
|
|
|
|
}
|
2022-09-06 03:51:28 +00:00
|
|
|
}
|