Merge pull request #960 from getmaxun/auto-robots
chore(ts): set `skipLibCheck` true
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
"allowJs": true,
|
"allowJs": true,
|
||||||
"target": "es6",
|
"target": "es6",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"esModuleInterop": true
|
"esModuleInterop": true,
|
||||||
|
"skipLibCheck": true
|
||||||
},
|
},
|
||||||
"include": ["src"]
|
"include": ["src"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user