mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2024-12-26 09:49:12 +00:00
4144e9ffd0
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"baseUrl": "../node_modules",
|
|
"types": ["cypress"]
|
|
},
|
|
"include": ["**/*.*"]
|
|
}
|