dash-core
Version:
A foundational toolkit of types, collections, services, and architectural patterns designed to accelerate application development.
29 lines (28 loc) • 550 B
JSON
{
"compilerOptions": {
"target": "ES2023",
"module": "CommonJS",
"declaration": true,
"outDir": "./dist",
"rootDir": "./src",
"strict": true,
"noImplicitOverride": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true,
"baseUrl": "./src",
"paths": {
"dash-core": [
"./index"
]
},
"resolveJsonModule": true
},
"include": [
"src"
],
"exclude": [
"node_modules",
"**/*.test.ts"
]
}