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