mirror of
https://github.com/AdaCore/learn.git
synced 2026-02-12 13:00:42 -08:00
18 lines
392 B
JSON
18 lines
392 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"downlevelIteration": true,
|
|
"strict": true,
|
|
"lib": ["es2023"],
|
|
"module": "es2020",
|
|
"target": "es2022",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
}
|