UNPKG

@novo-learning/novo-sdk

Version:

SDK for the Novolanguage Speech Analysis API

29 lines 629 B
{ "compilerOptions": { "module": "commonjs", "declaration": true, "noImplicitAny": true, "strict": true, "strictPropertyInitialization": false, "removeComments": true, "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "resolveJsonModule": true, "target": "es2021", "sourceMap": true, "outDir": "./dist", "baseUrl": "./", "rootDir": "./src", "incremental": false, "stripInternal": true, "plugins": [ { "name": "typescript-tslint-plugin" } ] }, "include": [ "src/**/*" ] }