mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-08 08:04:19 +08:00
15 lines
311 B
JSON
15 lines
311 B
JSON
{
|
|
"files": [
|
|
"react-intl.d.ts",
|
|
"react-intl-tests.ts"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false,
|
|
"baseUrl": "../",
|
|
"jsx": "react",
|
|
"typesRoot": "../"
|
|
}
|
|
} |