mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
21 lines
478 B
JSON
21 lines
478 B
JSON
{
|
|
"files": [
|
|
"index.d.ts",
|
|
"react-primitives-tests.tsx"
|
|
],
|
|
"compilerOptions": {
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"strictFunctionTypes": true,
|
|
"noEmit": true,
|
|
"jsx": "react",
|
|
"baseUrl": "../",
|
|
"typeRoots": ["../"],
|
|
"types": []
|
|
}
|
|
}
|