mono/packages/fs/tsconfig.json
2025-03-21 00:53:11 +01:00

14 lines
258 B
JSON

{
"extends": "../typescript-config/base.json",
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"declarationDir": "./dist",
"outDir": "./dist",
"strictNullChecks": false,
"inlineSourceMap": true,
"paths": {
}
}
}