football-scoreboard
Version:
A live football World Cup scoreboard library.
17 lines (16 loc) • 367 B
JSON
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"declarationDir": "./dist"
},
"include": ["src"],
"exclude": ["node_modules", "dist"]
}