21 lines
485 B
JSON
21 lines
485 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"lib": [
|
|
"ESNext"
|
|
],
|
|
"module": "preserve",
|
|
"moduleResolution": "bundler",
|
|
"baseUrl": ".",
|
|
"noEmit": true,
|
|
"newLine": "LF",
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"isolatedModules": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"noImplicitAny": false
|
|
}
|
|
}
|