mirror of
https://github.com/chenasraf/simple-scaffold.git
synced 2026-05-18 01:29:09 +00:00
14 lines
202 B
JSON
14 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "es2015",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"examples"
|
|
]
|
|
}
|