mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-08 17:54:44 +00:00
8 lines
136 B
JSON
8 lines
136 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"baseUrl": "../node_modules",
|
|
"types": ["cypress"]
|
|
},
|
|
"include": ["**/*.*"]
|
|
}
|