mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 21:05:22 +01:00
12 lines
No EOL
191 B
JSON
12 lines
No EOL
191 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": "../node_modules",
|
|
"target": "es5",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress"]
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
]
|
|
} |