mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
14 lines
341 B
JSON
14 lines
341 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noEmit": true,
|
|
"isolatedModules": true
|
|
},
|
|
"include": ["fixtures/**/*.ts", "page-objects/**/*.ts", "tests/**/*.ts", "apps/**/*.ts", "apps/**/*.tsx"]
|
|
}
|