15 lines
No EOL
325 B
JSON
15 lines
No EOL
325 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 16",
|
|
|
|
"compilerOptions": {
|
|
"lib": ["es2021"],
|
|
"module": "commonjs",
|
|
"target": "es2021",
|
|
"outDir": "build",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
} |