9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "node",
|
|
"module": "ESNext",
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["index.ts", "src"]
|
|
}
|