mirror of
https://github.com/gosticks/react-table.git
synced 2026-03-28 08:34:24 +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"]
|
|
}
|