UNPKG

globular-mvc

Version:

Generic template to create web-application that made use of globular as backend and materialize as css (wrap in web-component's)

15 lines 340 B
{ "compilerOptions": { "target": "es6", "lib": ["es6", "dom"], "module": "commonjs", "declaration": true, "allowJs": true, "rootDir": "./", "outDir": "./dist", "strict": false, "noImplicitAny": false }, "include": ["**/*.ts"], "exclude": ["node_modules", "**/__tests__/*", "dist"] }