mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
31 lines
705 B
JSON
31 lines
705 B
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"test/index.ts",
|
|
"test/tsx.tsx",
|
|
"test/cssProperties.tsx",
|
|
"test/elementAttributes.tsx",
|
|
"test/managedAttributes.tsx",
|
|
"test/hooks.tsx",
|
|
"test/experimental.tsx"
|
|
],
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "preserve"
|
|
}
|
|
}
|