mirror of
https://github.com/jlengrand/simple-food-diary.git
synced 2026-03-10 08:41:19 +00:00
12 lines
189 B
JSON
12 lines
189 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"strict": false,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|