2023-10-29 19:28:07 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2017",
|
|
|
|
"module": "es2022",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
"allowImportingTsExtensions": true,
|
2024-03-25 00:37:30 -07:00
|
|
|
"noEmit": true,
|
2023-10-29 19:28:07 +00:00
|
|
|
"esModuleInterop": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"strict": true,
|
|
|
|
},
|
|
|
|
"ts-node": {
|
|
|
|
"esm": true,
|
|
|
|
"experimentalSpecifierResolution": "node",
|
|
|
|
}
|
|
|
|
}
|