UNPKG

koot

Version:

Koot.js - React isomorphic framework created by CMUX

19 lines (18 loc) 445 B
// See https://go.microsoft.com/fwlink/?LinkId=759670 // for the documentation about the jsconfig.json format { "compilerOptions": { "target": "esnext", "module": "commonjs", "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "jsx": "react", "baseUrl": ".", "paths": { } }, "exclude": [ ".*", "node_modules" ] }