11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler",
|
|
"allowImportingTsExtensions": true,
|
|
"resolveJsonModule": true,
|
|
"noEmit": true,
|
|
"target": "esnext",
|
|
"strict": true
|
|
}
|
|
}
|