mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-12 13:49:22 -05:00
11 lines
138 B
JSON
11 lines
138 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress"]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
}
|