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