tfjs/tfjs-react-native/tsconfig.json

21 lines
317 B
JSON

{
"extends": "../tsconfig_base.json",
"compilerOptions": {
"target": "es2017",
"esModuleInterop": true,
"lib": [
"es2017",
"dom"
],
"outDir": "./dist/",
"skipLibCheck": true,
"jsx": "react-native"
},
"include": [
"src/"
],
"exclude": [
"node_modules"
]
}