mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-12 19:59:02 +08:00
Add typesRoot to all config files
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
{
|
||||
"files": ["react-select.d.ts", "react-select-tests.tsx"],
|
||||
"files": [
|
||||
"react-select.d.ts",
|
||||
"react-select-tests.tsx"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"target": "es6",
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "../",
|
||||
"jsx": "react"
|
||||
"jsx": "react",
|
||||
"typesRoot": "../"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user