exchain
Version:
A fast and flexible currency exchange package for handling multiple currencies.
18 lines • 603 B
JSON
{
"compilerOptions": {
"incremental": true,
"allowJs": true,
"target": "ES6",
"module": "CommonJS",
"outDir": "./build",
"rootDir": "./",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": false,
"forceConsistentCasingInFileNames": true,
"tsBuildInfoFile": ".tsbuildinfo"
},
"include": ["src/*", "src/*/*","src/**/*/*","./src/**/*","src/*/*/*","src/*/*/*/*"],
"exclude": ["node_modules", "**/*.spec.ts"]
}