wallchpaper
Version:
Change wallpaper after an adjustable time
19 lines (18 loc) • 404 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"esModuleInterop": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es6",
"allowJs": true,
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true
},
"include": ["./app/**/*"],
"exclude": ["node_modules"]
}