1 2 3 4 5 6 7 8 9 10 11 12{ "extends": "./tsconfig.base.json", "compilerOptions": { "lib": ["ES6", "DOM"], "target": "ES6", "module": "CommonJS", "moduleResolution": "Node", "outDir": "../lib/cjs", "declarationDir": "../lib/cjs/types" } }
1 2 3 4 5 6 7 8 9 10 11 12
{ "extends": "./tsconfig.base.json", "compilerOptions": { "lib": ["ES6", "DOM"], "target": "ES6", "module": "CommonJS", "moduleResolution": "Node", "outDir": "../lib/cjs", "declarationDir": "../lib/cjs/types" } }