mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 08:52:16 +00:00
13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"module": "nodenext",
|
|
"moduleResolution": "nodenext",
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"experimentalDecorators": true,
|
|
"useDefineForClassFields": false
|
|
},
|
|
"include": [
|
|
"lib/**/*.ts"
|
|
]
|
|
}
|