mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2026-01-07 10:05:32 +00:00
Add type definitions
This commit is contained in:
13
types/test/tsconfig.json
Normal file
13
types/test/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"module": "es2015",
|
||||
"moduleResolution": "node",
|
||||
"strict": true,
|
||||
"noEmit": true
|
||||
},
|
||||
"include": [
|
||||
"*.ts",
|
||||
"../index.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user