@sapien/package-name
Version:
The Missing AI / ML Library for JavaScript.
28 lines • 594 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"experimentalDecorators":true,
"outDir": "dist",
"rootDir":".",
"sourceMap": true,
"target":"es5",
"baseUrl": ".","paths": {
"@layers" : ["src/main.ts"],
"@layers.implemented" : ["src/main.test.ts"]
},
"declaration": true
},
"exclude": [
"build",
"coverage",
"node_modules",
"typings",
"test",
"temp",
"docs",
"dist"
]
}