@modelx/modelx
Version:
Construct AI & ML models with JSON using Typescript & Tensorflow
48 lines (46 loc) • 1.06 kB
JSON
{
"compilerOptions": {
"declaration": true,
"declarationDir": "./build",
"outDir": "./build",
"target": "esnext",
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": false,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"strict": false,
"forceConsistentCasingInFileNames": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": false,
"noEmit": false,
"jsx": "react"
},
"include": [
"src/**/*.ts",
"node_modules/@modelx/model/**/*.ts",
"node_modules/@modelx/data/**/*.ts",
// "src/**/*.tsx",
// "manual/media/legacy/model-backup-test.ts",
// "manual/media/legacy/model-backup.ts",
],
"exclude": [
// "node_modules",
// "./node_modules",
// "./node_modules/**/*.*",
"**/*.test.ts",
"**/*.test.tsx",
],
"typedocOptions":{
"out":"./docs",
"include":"./manual",
"media": "./manual/media",
"hideGenerator":true
}
}