Files

16 lines
280 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"target": "ES2017",
"module": "CommonJS",
"noEmit": true,
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
},
"include": [
"src/**/*.ts"
]
}