mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-02 22:37:48 +08:00
22 lines
478 B
JSON
22 lines
478 B
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"test/index.ts",
|
|
"test/tsx.tsx"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": false,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "preserve"
|
|
}
|
|
} |