mirror of
https://github.com/RdvSpeakers/rdvspeakers-theme-hugo.git
synced 2026-03-10 00:41:18 +00:00
15 lines
256 B
JSON
15 lines
256 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "esnext",
|
|
"lib": [
|
|
"dom",
|
|
"es2015"
|
|
],
|
|
"sourceMap": false,
|
|
"rootDir": "src/script",
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"strictNullChecks": false
|
|
}
|
|
} |