11 lines
219 B
JSON
11 lines
219 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "CommonJS",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"baseUrl": "./src",
|
|
"noEmit": true
|
|
}
|
|
}
|