mirror of https://github.com/tensorflow/tfjs.git
31 lines
643 B
JSON
31 lines
643 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"allowJs": true,
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"removeComments": false,
|
|
"preserveConstEnums": true,
|
|
"declaration": false,
|
|
"target": "es5",
|
|
"lib": [
|
|
"es2019",
|
|
"dom"
|
|
],
|
|
"outDir": "./dist",
|
|
"noUnusedLocals": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"alwaysStrict": true,
|
|
"noUnusedParameters": false,
|
|
"pretty": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"allowUnreachableCode": false
|
|
},
|
|
"include": [
|
|
"src/"
|
|
],
|
|
"exclude": ["node_modules/"]
|
|
}
|