UNPKG

portal-www

Version:

Nova Portal Website. Based on Next starter by Ueno

14 lines (13 loc) 268 B
{ "extends": "./tsconfig.json", "compilerOptions": { "esModuleInterop": false, "lib": ["es2017"], "module": "commonjs", "noEmit": false, "outDir": "build", "skipLibCheck": true, "target": "es2017" }, "include": ["server/**/*.ts"] }