summary refs log tree commit diff
path: root/bundle/tsnode.tsconfig.json
blob: 422d336c6ccd3b84268176c4c59fbbdb4afc347f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"extends": "./tsconfig.json",
	"ts-node": {
		"transpileOnly": true,
		"preferTsExts": true,
		"require": ["tsconfig-paths/register"],
		"compiler": "typescript-cached-transpile",
	},
	"compilerOptions": {
		"rootDir": "../",
		"baseUrl": "../",
		"sourceRoot": "../",
		"sourceMap": true,
	}
}