@fdx/fxmath
Version:
A helper library for vector math and generative art
16 lines • 363 B
JSON
{
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"target": "es2015",
"module": "commonjs",
"declaration": true,
"sourceMap": true,
"lib": ["es2020","dom"],
"baseUrl": ".",
"strictNullChecks": true,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules","dist","src/__tests__"]
}