Files
pnpm/text/comments-parser/test/tsconfig.json
2025-08-25 10:02:00 +02:00

19 lines
303 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"noEmit": false,
"outDir": "../node_modules/.test.lib",
"rootDir": "..",
"isolatedModules": true
},
"include": [
"**/*.ts",
"../../../__typings__/**/*.d.ts"
],
"references": [
{
"path": ".."
}
]
}