forked from hamcha/tghandbook
12 lines
204 B
JSON
12 lines
204 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "es2020",
|
|
"baseUrl": ".",
|
|
"allowSyntheticDefaultImports": true,
|
|
"paths": {
|
|
"@": ["."],
|
|
"~*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|