repos / starfx

a micro-mvc framework for react apps
git clone https://github.com/neurosnap/starfx.git

Eric Bower  ·  2025-06-06

tsconfig.cjs.json

 1{
 2  "extends": "./tsconfig.json",
 3  "compilerOptions": {
 4    "rootDir": "./src",
 5    "module": "Node16",
 6    "moduleResolution": "node16",
 7    "outDir": "./dist/cjs"
 8  },
 9  "include": ["src"],
10  "exclude": ["src/test/**"]
11}