minotor
Version:
A lightweight client-side transit routing library.
22 lines (21 loc) • 525 B
JSON
{
"include": ["./src/**/*.ts"],
"compilerOptions": {
"target": "es2015",
"lib": ["es2019"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"rootDir": "./src",
"outDir": "dist",
"strict": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"noUncheckedIndexedAccess": true,
"sourceMap": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"noImplicitReturns": true,
"noUnusedLocals": true
}
}