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