13 lines
196 B
JSON
13 lines
196 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"index.ts",
|
|
"Types.ts"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |