17 lines
343 B
JSON
17 lines
343 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "es2022",
|
|
"moduleResolution": "node",
|
|
"jsx": "react-jsx",
|
|
"allowImportingTsExtensions": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"noEmit": true
|
|
},
|
|
"ts-node": {
|
|
"esm": true,
|
|
"experimentalSpecifierResolution": "node",
|
|
}
|
|
} |