I have this setup in tsconfig.json : { "extends": "./tsconfig.base.json", "compilerOptions": { "rootDir": ".", "baseUrl": ".", }, "exclude": ["output/**/*"] ...
確定! 回上一頁