mirror of
https://github.com/gosticks/react-table.git
synced 2026-01-30 21:37:33 +00:00
11 lines
189 B
JSON
11 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": ["es6"],
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": ["index.d.ts"]
|
|
}
|