12 lines
282 B
JSON
12 lines
282 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Recommended"
|
|
} |