Remove `rootDir`

pull/8237/head
Puru Vijay 4 years ago
parent 50380e10e2
commit 6a6ef47155

@ -1,9 +1,8 @@
{
"include": [],
"include": ["src/**/*.{js,ts}"],
"exclude": ["sites/**/*"],
"compilerOptions": {
"rootDir": "src",
// target node v8+ (https://node.green/)
// the only missing feature is Array.prototype.values
"lib": ["es2017"],

Loading…
Cancel
Save