node-config/apps/eslint-config/tsconfig.json

10 lines
242 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"noEmit": true
},
"exclude": ["node_modules", "dist"],
"extends": "@bravo68web/tsconfig/base.json",
"include": ["src", "rollup.config.mjs", "tests/examples/example-1.ts"]
}