standard-ui/Standard UI Components/tsconfig.json
2021-07-10 16:55:55 +05:30

11 lines
195 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ESNext",
"watch": true,
"lib": ["DOM", "ES2017"]
},
"exclude": [
"node_modules"
]
}