Main/resources/[standalone]/screenshot-basic/ui/tsconfig.json

18 lines
328 B
JSON
Raw Permalink Normal View History

2025-06-07 08:51:21 +02:00
{
"compilerOptions": {
"outDir": "./",
"noImplicitAny": false,
"module": "es6",
"moduleResolution": "node",
"target": "es6",
"allowJs": true,
"lib": [
"es2016",
"dom"
]
},
"include": [
"./**/*"
],
"exclude": []
}