mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-08-29 22:25:58 +02:00
13 lines
255 B
JSON
13 lines
255 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"target": "ES2015",
|
|
"declaration": true,
|
|
"sourceMap": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["./lib/**/*"]
|
|
}
|