15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"preferTsExts": true,
|
|
"require": ["tsconfig-paths/register"],
|
|
"compiler": "typescript-cached-transpile",
|
|
},
|
|
"compilerOptions": {
|
|
"rootDir": "../",
|
|
"baseUrl": "../",
|
|
"sourceRoot": "../",
|
|
"sourceMap": true,
|
|
}
|
|
} |