UNPKG

mathematics-code

Version:

A project that aims to simplify mathematics

15 lines (13 loc) 289 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "js" }, "include": ["ts/*"], "exclude": ["node_modules"] }