{ "extends": "./tsconfig-base.json", "compilerOptions": { "rootDir": "./", // Specify the root directory of the source files in the project. "outDir": "dist/dev", "module": "NodeNext", "target": "ESNext", "moduleResolution": "NodeNext", "sourceMap": false }, "include": [ "./src/**/*.ts", "./test/**/*.ts" ] }