UNPKG

ntts

Version:

A CLI tool for refactoring an existing NodeJs application to a fully functional TypeScript application.

13 lines (11 loc) 238 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "strict": true, "skipLibCheck": true, "noImplicitAny": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true } }