mirror of
https://github.com/AdaCore/learn.git
synced 2026-02-12 13:00:42 -08:00
15 lines
285 B
JSON
15 lines
285 B
JSON
{
|
|
"compilerOptions": {
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"target": "es5",
|
|
"esModuleInterop": true,
|
|
"downlevelIteration": true,
|
|
"strict": true,
|
|
"moduleResolution": "node"
|
|
},
|
|
"include": [
|
|
"./src/**/*"
|
|
]
|
|
}
|