mirror of
https://github.com/harness/drone.git
synced 2025-05-31 11:43:15 +00:00
14 lines
304 B
JSON
14 lines
304 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2018",
|
|
"lib": ["es5", "dom"],
|
|
"types": ["cypress", "node", "@testing-library/cypress"],
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|