18 lines
No EOL
352 B
JSON
18 lines
No EOL
352 B
JSON
{
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
|
|
"strict": true,
|
|
"allowJs": true,
|
|
|
|
"module": "esnext",
|
|
"moduleResolution": "node16",
|
|
"target": "esnext",
|
|
|
|
"noImplicitAny": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"allowImportingTsExtensions": true
|
|
}
|
|
} |