1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Remove baseurl/paths option (#5878)

For some reason the canary branch is failing on Typescript while the PR was not.
This commit is contained in:
Tim Neutkens 2018-12-13 16:56:48 +01:00 committed by GitHub
parent 419bec0b9b
commit 620b426903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11684 additions and 7 deletions

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ dist
node_modules
package-lock.json
yarn.lock
!/yarn.lock
test/node_modules
# logs & pids

View file

@ -7,12 +7,6 @@
"target": "ES2017",
"esModuleInterop": true,
"moduleResolution": "node",
"jsx": "react",
"baseUrl": "../..",
"paths": {
"@babel/types": [
"@types/babel-types/index.d.ts"
]
}
"jsx": "react"
}
}

11682
yarn.lock Normal file

File diff suppressed because it is too large Load diff