mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
10 lines
194 B
JSON
10 lines
194 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"types": ["cypress"],
|
|
"isolatedModules": false
|
|
},
|
|
"include": ["../node_modules/cypress", "./**/*.ts"]
|
|
}
|