cplayer
Version:
A beautiful and clean WEB Music Player by HTML5.
19 lines (18 loc) • 406 B
JSON
{
"compilerOptions": {
"declaration": true,
"outDir": "./lib/",
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
"target": "es2017",
"jsx": "react",
"experimentalDecorators": true,
"typeRoots": [
"./node_modules/@types"
]
},
"include": [
"src/lib/**/*"
]
}