bot/tsconfig.json

12 lines
187 B
JSON
Raw Normal View History

2020-01-13 04:10:56 +00:00
{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"rootDir": ".",
"outDir": "build"
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}