focalboard/webapp/src/tsconfig.json

17 lines
215 B
JSON
Raw Normal View History

2020-12-10 22:45:56 +01:00
{
"extends": "../tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../node_modules/*",
"../@custom_types/*"
]
}
},
"include": [
"./**/*.ts",
"./**/*.tsx"
2020-12-10 22:45:56 +01:00
]
}