Files
react-test/packages-internal/test-utils/tsconfig.build.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
346 B
JSON
Raw Normal View History

2025-12-12 14:26:25 +09:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"noEmit": false,
"composite": true,
"tsBuildInfoFile": "./build/.tsbuildinfo",
"target": "ES2020",
"types": ["node"],
"allowJs": true
}
}