mirror of https://github.com/rancher/dashboard.git
28 lines
475 B
JSON
28 lines
475 B
JSON
{
|
|
"extends": "../tsconfig.paths.json",
|
|
"target": "ES2018",
|
|
"module": "ES2020",
|
|
"moduleResolution": "Node",
|
|
"lib": [
|
|
"ES2020",
|
|
"ES2020.AsyncIterable",
|
|
"DOM"
|
|
],
|
|
"allowJs": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noEmit": false,
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"baseUrl": "..",
|
|
"noEmit": true,
|
|
"types": [
|
|
"cypress",
|
|
"@cypress/grep"
|
|
]
|
|
},
|
|
"include": [
|
|
"./**/*.ts",
|
|
"../types/*.ts"
|
|
]
|
|
} |