Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/tsconfig.json

16 lines
236 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"module": "commonjs",
"outDir": "build/",
"strict": true,
"target": "es6"
},
"include": [
"source/scripts/*.ts"
],
"exclude": [
"node_modules/"
]
}