Files
flatbuffers/tests/ts/tsconfig.isolated.json

9 lines
152 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"isolatedDeclarations": true,
"isolatedModules": true,
"skipLibCheck": false
}
}