mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-09 09:52:19 +00:00
54b7c5c3ec
* support formatting data client side in markdown and support greater than and less than for metadata column filters w/ burnettk * moved spiff conversion functions to FormattingService and use it in InstructionsForEndUser w/ burnettk * added tests for greater than and less than metadata operators and added negative tests w/ burnettk * removed unneeded useEffect w/ burnettk --------- Co-authored-by: jasquat <jasquat@users.noreply.github.com>
13 lines
253 B
JSON
13 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react-jsx",
|
|
"module": "commonjs",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"target": "es2021",
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|