frontend: move to repo root

This commit is contained in:
Patrik Oldsberg
2020-03-05 15:55:28 +01:00
parent 5b9845f62f
commit 56226ae84d
184 changed files with 111 additions and 2097 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"extends": "@spotify/web-scripts/config/tsconfig.json",
"include": ["src"],
"compilerOptions": {
"baseUrl": "src",
"paths": {
"*": ["src/*"]
}
}
}