tsconfig.json (287B)
1 { 2 "extends": "../../tsconfig.base.json", 3 "compilerOptions": { 4 "module": "NodeNext", 5 "moduleResolution": "NodeNext", 6 "rootDir": "./src", 7 "outDir": "./lib", 8 "declaration": false, 9 "declarationMap": false, 10 "composite": false, 11 "removeComments": true 12 } 13 }