mirror of
https://github.com/DCsunset/taskwarrior-webui.git
synced 2025-08-18 21:43:06 +02:00
11 lines
176 B
JSON
11 lines
176 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2017",
|
|
"outDir": "./dist",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["src"]
|
|
}
|