mirror of
https://github.com/web-infra-dev/midscene.git
synced 2026-01-05 11:40:58 +00:00
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": ["./**/*.ts"],
|
|
"exclude": ["node_modules"]
|
|
}
|