mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": "../node_modules",
|
|
"target": "es6",
|
|
"lib": ["es2019", "dom"],
|
|
"types": ["cypress"]
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|