gfonts-js-library/tsconfig.json

16 lines
244 B
JSON
Raw Permalink Normal View History

2023-05-20 19:39:06 +00:00
{
"compilerOptions": {
"moduleResolution": "Node",
"target": "ESNext",
"declaration": true,
"outDir": "./dist",
"types": ["node", "mocha"]
},
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.spec.*"
]
}