15 lines
328 B
JSON
15 lines
328 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 16",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2021", "ESNext", "DOM"],
|
|
"module": "commonjs",
|
|
"target": "ES2021",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
}
|
|
}
|