Files
npm-audit-action/tsconfig.json

12 lines
309 B
JSON
Raw Normal View History

2019-12-08 19:17:13 +09:00
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./tsconfig.base.json",
2019-12-08 19:17:13 +09:00
"compilerOptions": {
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist"
2019-12-08 19:17:13 +09:00
},
"exclude": ["__fixtures__", "__tests__", "coverage", "dist", "node_modules"],
"include": ["src"]
2019-12-08 19:17:13 +09:00
}