Files
js-logging/tsconfig.json
T

15 lines
234 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es2016",
"declaration": true,
"rootDir": "./src",
"outDir": "./dist",
"strict": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
]
}