You've already forked byos_node_lite
mirror of
https://github.com/usetrmnl/byos_node_lite.git
synced 2026-04-29 13:42:38 -07:00
13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./src/",
|
|
"noEmit": true,
|
|
"target": "esnext",
|
|
"module": "nodenext",
|
|
"jsx": "react-jsx",
|
|
"strict": true,
|
|
"erasableSyntaxOnly": true,
|
|
"noPropertyAccessFromIndexSignature": true,
|
|
"noUnusedParameters": true
|
|
}
|
|
} |