@sapien/core
Version:
The Missing AI / ML Library for JavaScript.
29 lines (28 loc) • 602 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"experimentalDecorators":true,
"outDir": "dist",
"rootDir":".",
"sourceMap": true,
"target":"es5",
"baseUrl": "./src","paths": {
"@types" : ["core/types/index.ts"],
"@layers" : ["core/layers/index.ts"]
},
"declaration": true
},
"exclude": [
"build",
"coverage",
"node_modules",
"typings",
"test",
"temp",
"docs",
"dist"
]
}