UNPKG

cfg-reader

Version:

alt-config (alt:V configuration) file parser

27 lines 713 B
{ "compilerOptions": { "allowSyntheticDefaultImports": true, "allowJs": true, "alwaysStrict": true, "baseUrl": "./", "checkJs": true, "declaration": true, "declarationDir": "./dist-types", "emitDecoratorMetadata": true, "esModuleInterop": true, "moduleResolution": "node", "experimentalDecorators": true, "noImplicitAny": true, "rootDir": "./src", "target": "es2020", "module": "CommonJS" }, "exclude": [ "rollup.config.js", "rollup.config-dts.js", "test/*", "dist/*", "dist-types/*", "node_modules" ] }