html-factory-webpack-plugin/tsconfig.json

11 lines
192 B
JSON
Raw Permalink Normal View History

2022-10-02 01:36:55 +09:00
{
"include": ["index.js"],
"compilerOptions": {
"target": "es2020",
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"moduleResolution": "node"
}
}