mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
14 lines
199 B
JSON
14 lines
199 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"strict": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"*.ts",
|
|
"../index.d.ts"
|
|
]
|
|
}
|