mirror of
https://github.com/zoriya/flood.git
synced 2025-12-05 23:06:20 +00:00
10 lines
159 B
JSON
10 lines
159 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress"]
|
|
},
|
|
"include": ["**/*.ts"],
|
|
"resolveJsonModule": true
|
|
}
|