Files
byos_node_lite/tsconfig.json
T

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
}
}