UNPKG

202 BJSONView Raw
1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "rootDir": "./src",
5 "outDir": "./build/main",
6 "lib": ["dom"],
7 },
8 "include": ["src/**/*.ts"],
9 "exclude": ["node_modules/**"]
10}