monkeytype/frontend/tsconfig.json

13 lines
271 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["./src/**/*.ts"],
"files": ["./src/js/modules.d.ts"]
}