8 lines
116 B
JSON
8 lines
116 B
JSON
|
{
|
||
|
"extends": "@tsconfig/node16/tsconfig.json",
|
||
|
"ts-node": {
|
||
|
"transpileOnly": true,
|
||
|
"files": true,
|
||
|
}
|
||
|
}
|