@modelx/jsonm
Version:
Construct AI & ML models with JSON using Typescript & Tensorflow
20 lines • 345 B
JSON
{
"extends":"./tsconfig.json",
"include": [
"src/**/*.ts",
"src/**/*.tsx",
],
"exclude": [
"./test",
"src/util.ts",
"**/*.test.ts",
"**/*.test.tsx",
],
"compilerOptions": {
"declaration": true,
"declarationDir": "./build",
"outDir": "./build",
"module": "esnext",
"target": "esnext",
}
}