noble-curves/tsconfig.json

9 lines
172 B
JSON
Raw Normal View History

2022-12-03 13:08:49 +03:00
{
2024-03-17 16:19:18 +03:00
"extends": "@paulmillr/jsbt/tsconfigs/cjs.json",
"compilerOptions": {
2024-03-17 16:19:18 +03:00
"outDir": "."
},
"include": ["index.ts", "src"],
"exclude": ["node_modules", "lib"]
}