14 lines
235 B
JSON
14 lines
235 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "NodeNext"
|
|
},
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"require": [
|
|
"typescript-transform-paths/register",
|
|
"tsconfig-paths/register"
|
|
]
|
|
}
|
|
}
|