1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-01-23 18:34:02 +02:00
focalboard/webapp/src/tsconfig.json

17 lines
215 B
JSON
Raw Normal View History

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