15 lines
290 B
JSON
15 lines
290 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noEmit": true
|
|
},
|
|
"exclude": ["dist", "node_modules"],
|
|
"include": [
|
|
"__tests__",
|
|
"src",
|
|
"eslint.config.js",
|
|
"rollup.config.ts"
|
|
]
|
|
} |