UNPKG

@modelx/jsonm

Version:

Construct AI & ML models with JSON using Typescript & Tensorflow

26 lines (25 loc) 683 B
{ "extends":"./tsconfig.json", "include": [ "src/**/*.ts", "node_modules/luxon/build/node/luxon.js", ], "exclude": [ "./test", "**/*.test.ts", "**/*.test.tsx", ], "compilerOptions": { "declarationDir": null, "outDir": "./dist/web", // "outFile": "./dist/web/index.js", "module":"commonjs", "target": "es2019", "baseUrl": ".", // this must be specified if "paths" is specified. "paths": { "@tensorflow/tfjs-node": ["node_modules/@tensorflow/tfjs"], "natural":["./node_modules/@modelx/data/src/stub.ts"], // "jquery": ["node_modules/jquery/dist/jquery"] // this mapping is relative to "baseUrl" } } }