tghandbook/tsconfig.json
2022-05-10 12:27:27 +02:00

13 lines
204 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "es2020",
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"paths": {
"@": ["."],
"~*": ["./src/*"]
}
}
}