SimpCICD/tsconfig.types.json
2022-09-11 11:26:26 +02:00

14 lines
336 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"rootDir": "src",
"module": "esnext",
"declaration": true,
"removeComments": false,
"emitDeclarationOnly": true,
"declarationDir": "dist/dts"
},
"include": ["src/*.ts", "src/**/*.ts"],
"exclude": ["test", "node_modules", ".simp/*.ts", ".simp/**/*.ts"]
}